home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
lib
/
partman
/
active_partition
/
98chs
/
do_option
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-19
|
316 b
|
19 lines
#!/bin/sh
. /lib/partman/lib/base.sh
dev="$2"
id=$3
cd $dev
open_dialog GET_CHS $id
read_line cs hs ss ce he se
close_dialog
db_subst partman/show_partition_chs FROMCHS "($cs,$hs,$ss)"
db_subst partman/show_partition_chs TOCHS "($ce,$he,$se)"
db_input critical partman/show_partition_chs || true
db_go || true